home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1997 / HAM Radio 1997.iso / vbxs / crwvbx02 / readme.1st < prev    next >
Text File  |  1996-04-08  |  2KB  |  43 lines

  1. ----------
  2. CRWVBX.EXE
  3. ----------
  4.  
  5. This program was developed in response to a growing base of users having difficulty
  6. getting started with the Crystal Reports VBX from Crystal Computer Services, Inc. and
  7. Microsoft Visual Basic Professional 3.0.  I purposely did not include the VBX files.
  8. I used only the controls that came with VB, and you should already have them.
  9.  
  10. This program was a simple exercise to provide a working mini-application to demonstrate
  11. the use of the Crystal VBX.  Be forwarned!  I performed minimal testing.  I did add 
  12. records, edit records, and delete records.  I also previewed and printed the report 
  13. using all States, and by selecting individual States.  I would not consider this a 
  14. completely bug free program.  I don't know of any problems, but you have been warned.
  15.  
  16. If this provides you with a starting point then I have accomplished my goal.  If you 
  17. have problems running this program you may contact me at America Online.  I will help 
  18. if I can, and there are other very good programmers frequenting the Visual Basic 
  19. conference that can also provide assistance about a multitude of subjects.
  20.  
  21. To use this application you must do three things.
  22.  
  23. 1. Unzip this program into a test directory.  You can put it anywhere.  The report
  24. file "Report1.RPT" needs to go in the same directory as your BIBLIO.MDB file.
  25.  
  26. 2. Edit the .MAK file.  I have installed Windows into my c:\win directory. You will
  27. have to specify the location of the VBX files.  I'm using VBAssist from Sheridan.  If
  28. you aren't using this, remove the VBALINK.DLL line, otherwise set it's path to match
  29. the location on your system.
  30.  
  31. 3. In SUB MAIN(), I have a variable called CommonDir$.  This should point to your 
  32. Visual Basic directory.  Specifically, the directory where the BIBLIO.MDB file resides.
  33.  
  34. Based on feedback from this release, I may also submit another project, CRWDLL, to
  35. duplicate the functionality of this application using the Crystal print engine DLL 
  36. calls.
  37.  
  38. This program is submitted to the Public Domain by the Author.  I hope it saves you
  39. hours of work.
  40.  
  41. Dennis Tuttle.
  42. AOL - tuttleD
  43.